Update the test to more generically 'detect' the version.

This commit is contained in:
Vassil Vassilev 2014-05-09 15:22:08 +02:00 committed by sftnight
parent 764f126c70
commit cefb472b5f

View File

@ -15,6 +15,6 @@
class MyClass { public: MyClass(){ gCling->process("gCling->getVersion()");} };
MyClass *My = new MyClass(); // CHECK: (const char *) "cling http://cern.ch/cling
MyClass *My = new MyClass(); // CHECK: (const char *) "{{.*}}"
.q