diff options
Diffstat (limited to 'test/option')
-rw-r--r-- | test/option/profile.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option/profile.py b/test/option/profile.py index 97f84db..f408136 100644 --- a/test/option/profile.py +++ b/test/option/profile.py @@ -21,7 +21,7 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -from six import u +from SCons.compat.six import u __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" @@ -113,7 +113,7 @@ memory_lines = [l for l in lines if l.find(expect) != -1] test.fail_test(len(memory_lines) != 1) - + test.pass_test() |