summaryrefslogtreecommitdiffstats
path: root/mfbt/tests/moz.build
diff options
context:
space:
mode:
authorJeff Walden <jwalden@mit.edu>2018-04-09 12:02:43 -0700
committerwolfbeast <mcwerewolf@gmail.com>2018-04-29 13:39:27 +0200
commitd308db119d48ce858b194a720f7946349b5f9b47 (patch)
tree2e0ad36f4fec1a5a79300b4ed449ad28e7e9ae64 /mfbt/tests/moz.build
parent66aa6b595c47231958a855e4b166f5d55df1184d (diff)
downloadUXP-d308db119d48ce858b194a720f7946349b5f9b47.tar
UXP-d308db119d48ce858b194a720f7946349b5f9b47.tar.gz
UXP-d308db119d48ce858b194a720f7946349b5f9b47.tar.lz
UXP-d308db119d48ce858b194a720f7946349b5f9b47.tar.xz
UXP-d308db119d48ce858b194a720f7946349b5f9b47.zip
Bug 1452619 - Implement mozilla::IsAsciiAlpha. r=froydnj, a=lizzard
Diffstat (limited to 'mfbt/tests/moz.build')
-rw-r--r--mfbt/tests/moz.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/mfbt/tests/moz.build b/mfbt/tests/moz.build
index f96117e03..bd25ab1d0 100644
--- a/mfbt/tests/moz.build
+++ b/mfbt/tests/moz.build
@@ -42,6 +42,7 @@ CppUnitTests([
'TestSHA1',
'TestSplayTree',
'TestTemplateLib',
+ 'TestTextUtils',
'TestTuple',
'TestTypedEnum',
'TestTypeTraits',