blob: 395d6f56ebf217e4fc5aa2ac4bb0549462146134 [file] [edit]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import unittest
from fidl_codec import add_ir_path
class IR(unittest.TestCase):
"""Fuchsia Controller FIDL IR lookup tests"""
def test_load_library_path_fails(self) -> None:
with self.assertRaises(RuntimeError):
add_ir_path("foihawoihfoiwhoiawhfiohwf")