Fix expected error message in test.

llvm-svn: 168220
This commit is contained in:
Filipe Cabecinhas 2012-11-16 23:18:41 +00:00
parent cc8853ba15
commit 83ae33d461
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Rdar12586188TestCase(TestBase):
self.expect("command script import ./fail12586188.py --allow-reload",
error=True, substrs = ['error: module importing failed: I do not want to be imported'])
self.expect("command script import ./fail212586188.py --allow-reload",
error=True, substrs = ['error: module importing failed: Python raised an error while importing module'])
error=True, substrs = ['error: module importing failed: Python error raised while importing module: I do not want to be imported'])
if __name__ == '__main__':
import atexit