summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/tests/test_io.py')
-rw-r--r--numpy/lib/tests/test_io.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py
index e218ba657..7cc1b7ede 100644
--- a/numpy/lib/tests/test_io.py
+++ b/numpy/lib/tests/test_io.py
@@ -3158,7 +3158,6 @@ def test_loadtxt_quoted_field(q):
[("alpha, x", 2.5), ("beta, y", 4.5), ("gamma, z", 5.0)], dtype=dtype
)
- # Test quote param default
res = np.loadtxt(txt, dtype=dtype, delimiter=",", quotechar=q)
assert_array_equal(res, expected)