mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
Requires servo/servo#37045 for deps and config. Testing: No need for tests to test tests. Fixes: servo/servo#37041 --------- Signed-off-by: zefr0x <zer0-x.7ty50@aleeas.com>
10 lines
263 B
Diff
10 lines
263 B
Diff
diff --git a/tests/wpt/something.py b/tests/wpt/something.py
|
|
index 10d52a0..92fb89d 100644
|
|
--- a/tests/wpt/something.py
|
|
+++ b/tests/wpt/something.py
|
|
@@ -8,3 +8,4 @@
|
|
# except according to those terms.
|
|
|
|
print("this is a python file")
|
|
+print("this is a change")
|
|
|