Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Disabled an empty test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Aug 9, 2011
1 parent b774544 commit 67abf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-automation/tests/testrwops/testrwops.c
Expand Up @@ -18,7 +18,7 @@

/* Test cases */
static const TestCaseReference test1 =
(TestCaseReference){ "rwops_test", "rwopsy", TEST_ENABLED, 0, 0 };
(TestCaseReference){ "rwops_test", "rwopsy", TEST_DISABLED, 0, 0 };

/* Test suite */
extern const TestCaseReference *testSuite[] = {
Expand Down

0 comments on commit 67abf18

Please sign in to comment.