[svn]
r6805: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n
VladD2
svnadmin at nemerle.org
Sat Oct 28 12:38:21 CEST 2006
Log:
Fix unit-test.
Author: VladD2
Date: Sat Oct 28 12:38:19 2006
New Revision: 6805
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n Sat Oct 28 12:38:19 2006
@@ -21,7 +21,7 @@
def result = _project.GetQuickTipInfo(file, line, col, TestSourceTextManager(file));
Assert.IsNotNull(result, "result is null");
- Assert.AreEqual (result.Text.Split('\n')[0], "(lacal value) _N_return");
+ Assert.AreEqual (result.Text.Split('\n')[0], "macro Nemerle.Imperative.Return");
}
[Test]
More information about the svn
mailing list