We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75874ca commit 31188d0Copy full SHA for 31188d0
llvm/test/Object/nm-trivial-object.test
@@ -358,7 +358,7 @@ Symbols:
358
# RUN: mkdir -p %t
359
# RUN: cd %t
360
# RUN: cp %p/Inputs/trivial-object-test.macho-i386 a.out
361
-# RUN: llvm-nm | FileCheck %s -check-prefix A-OUT
+# RUN: llvm-nm a.out | FileCheck %s -check-prefix A-OUT
362
363
# A-OUT: U _SomeOtherFunction
364
# A-OUT: 00000000 T _main
0 commit comments