From: Timur Iskhodzhanov Date: Tue, 23 Sep 2014 14:07:12 +0000 (+0000) Subject: Fix a small typo in the test comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cda6e2491598dcacc56225460e5e9a27c2221a06;p=oota-llvm.git Fix a small typo in the test comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218306 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/COFF/multifile.ll b/test/DebugInfo/COFF/multifile.ll index 488eedf7799..a1a435521b4 100644 --- a/test/DebugInfo/COFF/multifile.ll +++ b/test/DebugInfo/COFF/multifile.ll @@ -7,13 +7,13 @@ ; D:\input.c: ; 1 void g(void); ; 2 -; 3 void f() { +; 3 void f(void) { ; 4 #line 1 "one.c" -; 5 g(void); +; 5 g(); ; 6 #line 2 "two.c" -; 7 g(void); +; 7 g(); ; 8 #line 7 "one.c" -; 9 g(void); +; 9 g(); ; 10 } ; X86-LABEL: _f: