[llvm-symbolizer] Fix typo in llvm-symbolizer test from a previous commit.
authorAmy Huang <akhuang@google.com>
Mon, 30 Nov 2020 23:08:00 +0000 (15:08 -0800)
committerAmy Huang <akhuang@google.com>
Mon, 30 Nov 2020 23:08:11 +0000 (15:08 -0800)
(Commit was 00bbef2bb20cf212722de282e4eb9afd09ab50db)

lld/test/COFF/symbolizer-inline.s

index 9cf33b5..7f33461 100644 (file)
@@ -2,7 +2,7 @@
 # RUN: llvm-mc -filetype=obj %s -o %t.obj -triple x86_64-windows-msvc
 # RUN: lld-link -entry:main -nodefaultlib %t.obj -out:%t.exe -pdb:%t.pdb -debug
 # RUN: llvm-symbolizer --obj=%t.exe --use-native-pdb-reader --relative-address \
-# RUN:   0x1014 0x1018 0x101c 0x1023 0x1024 | FileCheck %s
+# RUN:   0x1014 0x1018 0x101c 0x1023 0x1024 \
 # RUN:   0x1037 0x103A 0x104B 0x104E | FileCheck %s
 
 # Compiled from this cpp code, with modifications to add extra inline line and