#!/usr/bin/env python3
#
# Smoke test the Python 3 module.

import fiu

fiu.enable('p1')

assert fiu.fail('p1')
