We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TestRunner.py
1 parent dd1e72c commit 2ee8763Copy full SHA for 2ee8763
llvm/utils/lit/tests/unit/TestRunner.py
@@ -132,7 +132,7 @@ def test_commands(self):
132
value = cmd_parser.getValue()
133
self.assertEqual(len(value), 2) # there are only two run lines
134
self.assertEqual(value[0].command.strip(), "%dbg(MY_RUN: at line 4) baz")
135
- self.assertEqual(value[1].command.strip(), "%dbg(MY_RUN: at line 7) foo bar")
+ self.assertEqual(value[1].command.strip(), "%dbg(MY_RUN: at line 12) foo bar")
136
137
def test_boolean(self):
138
parsers = self.make_parsers()
0 commit comments