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 78da973 commit a6fc5f1Copy full SHA for a6fc5f1
src/Generator.Tests/AST/TestAST.cs
@@ -379,7 +379,7 @@ public void TestAtomics()
379
[Test]
380
public void TestMacroLineNumber()
381
{
382
- Assert.AreEqual(103, AstContext.FindClass("HasAmbiguousFunctions").First().Specifiers.Last().LineNumberStart);
+ Assert.AreEqual(126, AstContext.FindClass("HasAmbiguousFunctions").First().Specifiers.Last().LineNumberStart);
383
}
384
385
0 commit comments