From 941d2c273ae8f43f9346480e095a7ebaadb76295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Wed, 25 Jul 2018 22:20:56 -0700 Subject: Move test from common to unit. When I initially added the test the intention was to use it from run_unittests.py only, but I placed it in the wrong directory. --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index 1e5ce99..66d663a 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3591,7 +3591,7 @@ endian = 'little' ''' Test that the dependencies are always listed in a deterministic order. ''' - testdir = os.path.join(self.common_test_dir, '206 dep order') + testdir = os.path.join(self.unit_test_dir, '36 dep order') self.init(testdir) with open(os.path.join(self.builddir, 'build.ninja')) as bfile: for line in bfile: -- cgit v1.1