Fix several accidental DOS line endings in source files
[oota-llvm.git] / test / tools / llvm-pdbdump / enum-layout.test
index c6145533899fd0af5b7683ee433e0c2dff383022..f6ebb20b8c561324e630d5be702a9b5ca16df80b 100644 (file)
@@ -1,20 +1,20 @@
-; RUN: llvm-pdbdump -types %p/Inputs/ClassLayoutTest.pdb > %t\r
-; RUN: FileCheck -input-file=%t %s -check-prefix=GLOBAL_ENUM\r
-; RUN: FileCheck -input-file=%t %s -check-prefix=MEMBER_ENUM\r
-\r
-; GLOBAL_ENUM: ---TYPES---\r
-; GLOBAL_ENUM: Enums:\r
-; GLOBAL_ENUM: enum GlobalsTest::Enum {\r
-; GLOBAL_ENUM-NEXT: Val1 = 0\r
-; GLOBAL_ENUM-NEXT: }\r
-\r
-; MEMBER_ENUM: ---TYPES---\r
-; MEMBER_ENUM: Classes:\r
-; MEMBER_ENUM: struct __vc_attributes::threadingAttribute {\r
-; MEMBER_ENUM-NEXT: enum threading_e {\r
-; MEMBER_ENUM-NEXT: apartment = 1\r
-; MEMBER_ENUM-NEXT: single = 2\r
-; MEMBER_ENUM-NEXT: free = 3\r
-; MEMBER_ENUM-NEXT: neutral = 4\r
-; MEMBER_ENUM-NEXT: both = 5\r
-; MEMBER_ENUM-NEXT: }\r
+; RUN: llvm-pdbdump -types %p/Inputs/ClassLayoutTest.pdb > %t
+; RUN: FileCheck -input-file=%t %s -check-prefix=GLOBAL_ENUM
+; RUN: FileCheck -input-file=%t %s -check-prefix=MEMBER_ENUM
+
+; GLOBAL_ENUM: ---TYPES---
+; GLOBAL_ENUM: Enums:
+; GLOBAL_ENUM: enum GlobalsTest::Enum {
+; GLOBAL_ENUM-NEXT: Val1 = 0
+; GLOBAL_ENUM-NEXT: }
+
+; MEMBER_ENUM: ---TYPES---
+; MEMBER_ENUM: Classes:
+; MEMBER_ENUM: struct __vc_attributes::threadingAttribute {
+; MEMBER_ENUM-NEXT: enum threading_e {
+; MEMBER_ENUM-NEXT: apartment = 1
+; MEMBER_ENUM-NEXT: single = 2
+; MEMBER_ENUM-NEXT: free = 3
+; MEMBER_ENUM-NEXT: neutral = 4
+; MEMBER_ENUM-NEXT: both = 5
+; MEMBER_ENUM-NEXT: }