diff options
Diffstat (limited to 'llvm/test/DebugInfo/PDB/using-namespace.test')
-rw-r--r-- | llvm/test/DebugInfo/PDB/using-namespace.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/PDB/using-namespace.test b/llvm/test/DebugInfo/PDB/using-namespace.test index 77c37826c8f..92578e7eb1d 100644 --- a/llvm/test/DebugInfo/PDB/using-namespace.test +++ b/llvm/test/DebugInfo/PDB/using-namespace.test @@ -1,5 +1,5 @@ # RUN: yaml2obj < %s > %t.obj -# RUN: llvm-readobj -codeview %t.obj | FileCheck %s +# RUN: llvm-readobj --codeview %t.obj | FileCheck %s # CHECK: Kind: S_UNAMESPACE (0x1124) # CHECK-NEXT: Namespace: __vc_attributes |