update DsldTest to new IDEA versioning

This commit is contained in:
peter
2016-02-29 13:03:03 +01:00
parent db9130c7d0
commit 7fb59efc29
@@ -158,7 +158,7 @@ contribute(currentType("java.lang.String")) { property name:"foo" }
public void testAssertVersionFail() {
checkHighlighting '''
assertVersion intellij:'239.0'
assertVersion intellij:'23942.0'
contribute(currentType("java.lang.String")) { property name:"foo" }
''',
'println "".<warning>foo</warning>'