Skip to content

Commit a9a7b71

Browse files
[ARM][NFC] Remove lines unnecessary for test (llvm#134359)
1 parent 2bdc1a1 commit a9a7b71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/test/Driver/arm-thread-pointer.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,3 @@
8888
// RUN: %clang --target=thumbv6t2-linux -mtp=cp15 -x assembler -### %s 2>&1 | FileCheck -check-prefix=Thumbv6t2_Asm %s
8989
// Thumbv6t2_Asm-NOT: "-target-feature" "+read-tp-"
9090

91-
// A dummy main is provided to form a valid translation unit.
92-
int main(void) { return 0; }
93-

0 commit comments

Comments
 (0)