#!/usr/bin/env python2
#
# Smoke test the Python 2 module.

import fiu

fiu.enable('p1')

assert fiu.fail('p1')
