From 586756ccf435208ef0d950ae37895dd5599eb66f Mon Sep 17 00:00:00 2001 From: Rick Winfrey Date: Tue, 6 Jun 2017 17:09:26 -0700 Subject: [PATCH] Pass statement test fixture --- test/fixtures/python/pass-statement.A.py | 2 ++ test/fixtures/python/pass-statement.B.py | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 test/fixtures/python/pass-statement.A.py create mode 100644 test/fixtures/python/pass-statement.B.py diff --git a/test/fixtures/python/pass-statement.A.py b/test/fixtures/python/pass-statement.A.py new file mode 100644 index 000000000..b62684dc1 --- /dev/null +++ b/test/fixtures/python/pass-statement.A.py @@ -0,0 +1,2 @@ +pass + diff --git a/test/fixtures/python/pass-statement.B.py b/test/fixtures/python/pass-statement.B.py new file mode 100644 index 000000000..c942cf256 --- /dev/null +++ b/test/fixtures/python/pass-statement.B.py @@ -0,0 +1,3 @@ +pass +pass +