From 037fe30ffc16ce21dcc00a2a01ac6fc280ba794a Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 24 May 2018 22:29:58 -0400 Subject: [PATCH] Fix things up after merge --- build_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tests.py b/build_tests.py index 084ab31..f838531 100644 --- a/build_tests.py +++ b/build_tests.py @@ -26,7 +26,7 @@ def rust_tokenize(time_string): return ['"{}".to_owned()'.format(token) for token in split_array] def build_split_string_tests(): - header = '''use ::tokenize; + header = '''use tokenize; #[test] fn test_python_compat() {\n'''