From bc8efe996bc6d422b03d7a8c129b78dbe5a100f8 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 30 Jul 2010 21:50:05 +0200 Subject: [PATCH] test: Fix failing dash_E_should_be_unsupported test --- test/test_argument_processing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_argument_processing.c b/test/test_argument_processing.c index a5efe13f5..9e76ae86f 100644 --- a/test/test_argument_processing.c +++ b/test/test_argument_processing.c @@ -31,6 +31,7 @@ TEST(dash_E_should_be_unsupported) struct args *orig = args_init_from_string("cc -c foo.c -E"); struct args *preprocessed, *compiler; + create_file("foo.c", ""); CHECK(!cc_process_args(orig, &preprocessed, &compiler)); CHECK_UNS_EQ(1, stats_get_pending(STATS_UNSUPPORTED)); -- 2.47.3