aboutsummaryrefslogtreecommitdiff
path: root/tests/test_normalized_component.py
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2016-11-12 11:24:51 +0000
committerMarco Poletti <poletti.marco@gmail.com>2016-11-12 11:24:51 +0000
commit83b1ad80cbdcbc94e5f8973520f42239090fe424 (patch)
tree44c049d0251fb18b76374022c8db63b58da82667 /tests/test_normalized_component.py
parent1c7e82171ba7d39101d830f0a9f8cc277f34effb (diff)
downloadgoogle-fruit-83b1ad80cbdcbc94e5f8973520f42239090fe424.tar.gz
Use explicit fruit:: qualifications in tests, instead of relying on using declarations. This is to avoid hiding real bugs.
Diffstat (limited to 'tests/test_normalized_component.py')
-rwxr-xr-xtests/test_normalized_component.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_normalized_component.py b/tests/test_normalized_component.py
index 50660e6..a29f22f 100755
--- a/tests/test_normalized_component.py
+++ b/tests/test_normalized_component.py
@@ -16,6 +16,10 @@
from fruit_test_common import *
COMMON_DEFINITIONS = '''
+#include <fruit/fruit.h>
+#include <vector>
+#include "test_macros.h"
+
struct X;
struct Annotation {};