Skip to content

Commit

Permalink
Bug 1818441 - Make intl/locale/tests/gtest buildable outside of a uni…
Browse files Browse the repository at this point in the history
…fied build environment r=andi

Depends on D170723

Differential Revision: https://phabricator.services.mozilla.com/D170724
  • Loading branch information
serge-sans-paille committed Feb 27, 2023
1 parent 1da1290 commit 5eaac00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions intl/locale/tests/gtest/TestOSPreferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "mozilla/ArrayUtils.h"
#include "mozilla/gtest/MozAssertions.h"
#include "mozilla/Preferences.h"
#include "mozilla/intl/LocaleService.h"
#include "mozilla/intl/OSPreferences.h"

using namespace mozilla::intl;
Expand Down
2 changes: 0 additions & 2 deletions intl/locale/tests/gtest/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ UNIFIED_SOURCES += [
]

FINAL_LIBRARY = "xul-gtest"

REQUIRES_UNIFIED_BUILD = True

0 comments on commit 5eaac00

Please sign in to comment.