From eb2d01be191590428aea243bca82edb2cbd764fc Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 2 Jul 2002 11:41:17 +0000 Subject: [PATCH] Fix typo in the previous commit. [SVN r14276] --- test/project_test3.py | 2 +- v2/test/project_test3.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/project_test3.py b/test/project_test3.py index 1757fb03b..5becea8ba 100644 --- a/test/project_test3.py +++ b/test/project_test3.py @@ -14,7 +14,7 @@ t.expect_addition("bin/a.obj") t.expect_content("bin/a.obj", """debug a.cpp -""" +""") t.expect_addition("bin/a.exe") t.expect_content("bin/a.exe", diff --git a/v2/test/project_test3.py b/v2/test/project_test3.py index 1757fb03b..5becea8ba 100644 --- a/v2/test/project_test3.py +++ b/v2/test/project_test3.py @@ -14,7 +14,7 @@ t.expect_addition("bin/a.obj") t.expect_content("bin/a.obj", """debug a.cpp -""" +""") t.expect_addition("bin/a.exe") t.expect_content("bin/a.exe",